home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / stringsearch / bmsource / Mk / common < prev    next >
Encoding:
Text File  |  1991-04-01  |  370 b   |  13 lines  |  [TEXT/MPS ]

  1. .SUFFIXES: .c .t .s
  2.  
  3. .c.t:
  4.     $(CC) $(CFLAGS) $(COPT) $*.c sys/$(SYS).c main.c -o $*.t
  5. .c.s:
  6.     rm -f $*.s; $(CC) $(CFLAGS) -DSTATS $*.c sys/$(SYS).c main.c -o $*.s
  7.  
  8. clean:
  9.     rm -f *.[oustx] *.Addrs *.Counts *.pixie core *.pix
  10.  
  11. src:    *.[ch] Mk/* sys/*.[ch] mk runall
  12.     (echo mkdir Mk sys; bundle runall *.[ch] Mk/* sys/*.[ch] mk rand.500 bible; echo chmod 777 mk runall) > src
  13.